github.com/golang/protobuf/ptypes.dynamicAny.Mutable (method, view implemented interface methods)
21 uses
github.com/golang/protobuf/jsonpb
decode.go#L261: v := m.Mutable(fds.ByNumber(6))
decode.go#L264: v := m.Mutable(fds.ByNumber(5))
decode.go#L280: lv := m.Mutable(fds.ByNumber(1)).List()
decode.go#L295: mv := m.Mutable(fds.ByNumber(1)).Map()
github.com/golang/protobuf/proto
text_decode.go#L157: v = m.Mutable(fd)
text_decode.go#L248: v = m.Mutable(fd)
google.golang.org/protobuf/encoding/protojson
decode.go#L216: list := m.Mutable(fd).List()
decode.go#L221: mmap := m.Mutable(fd).Map()
well_known_types.go#L472: return d.unmarshalMap(m.Mutable(fd).Map(), fd)
well_known_types.go#L486: return d.unmarshalList(m.Mutable(fd).List(), fd)
well_known_types.go#L879: list := m.Mutable(fd).List()
google.golang.org/protobuf/encoding/prototext
decode.go#L222: list := m.Mutable(fd).List()
decode.go#L228: mmap := m.Mutable(fd).Map()
google.golang.org/protobuf/proto
decode.go#L168: valLen, err = o.unmarshalList(b[tagLen:], wtyp, m.Mutable(fd).List(), fd)
decode.go#L170: valLen, err = o.unmarshalMap(b[tagLen:], wtyp, m.Mutable(fd).Map(), fd)
decode.go#L198: m2 := m.Mutable(fd).Message()
merge.go#L86: o.mergeList(dst.Mutable(fd).List(), v.List(), fd)
merge.go#L88: o.mergeMap(dst.Mutable(fd).Map(), v.Map(), fd.MapValue())
merge.go#L90: o.mergeMessage(dst.Mutable(fd).Message(), v.Message())
messageset.go#L89: if err := o.unmarshalMessage(v, m.Mutable(xd).Message()); err != nil {
google.golang.org/protobuf/reflect/protoreflect
value.go#L115: Mutable(FieldDescriptor) Value